﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: Arial, "微软雅黑", sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

*:focus {
    outline: none;
}

ul, li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 13px;
    background: #fff;
}

.clear {
    font-size: 0;
    width: 0;
    height: 0;
    clear: both;
}


.fr {
    display: inline;
    float: right;
}


.header {
    width: 100%;
    /*height: 150px;*/
    background: #1883bb;
}

.header-box {
    width: 1200px;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}

.logo {
    width: auto;
    height: auto;
    float: left;
    padding-top: 38px;
}

.header-right {
    width: 355px;
    height: auto;
    float: right;
    padding-top: 38px;
}

.subnav {
    width: auto;
    height: 30px;
    text-align: right;
}

    .subnav a {
        color: #fff;
    }

    .subnav span {
        color: #fff;
        padding: 0 8px 0 8px;
    }



.weibo {
    width: 100px;
    height: 25px;
    float: left;
    line-height: 25px;
}

    .weibo a {
        display: inline-block;
        width: auto;
        height: 25px;
        line-height: 25px;
        padding-left: 25px;
        color: #fff;
    }

        .weibo a.sina {
            background: url(../images/sina.jpg) no-repeat left center;
            padding-right: 20px;
        }

        .weibo a.tt {
            background: url(../images/tt.jpg) no-repeat left center;
        }

.select {
    width: 255px;
    height: 25px;
    float: left;
}

.select-inp {
    width: 190px;
    height: 25px;
    float: left;
    border: none;
    background: url(../images/head-input.jpg) no-repeat;
    line-height: 25px;
    padding-left: 10px;
    color: #666;
    margin-right: 5px;
}

.select-btn {
    width: 50px;
    height: 25px;
    border: none;
    background: url(../images/head-submit.jpg) no-repeat;
    cursor: pointer;
    float: left;
}





.menu {
    width: 100%;
    height: 40px;
    background: url(../images/menu.jpg) repeat-x;
}

.menu-box {
    width: 1199px;
    height: 40px;
    margin: 0 auto;
    border-left: 1px solid #1d709a;
}

    .menu-box ul li {
        width: 148px;
        height: 40px;
        float: left;
        border-right: 1px solid #1d709a;
    }

        .menu-box ul li a {
            display: block;
            width: auto;
            height: 40px;
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
        }

            .menu-box ul li a:hover {
                background: url(../images/menuhover.jpg) no-repeat;
            }

            .menu-box ul li a.cursel {
                background: url(../images/menuhover.jpg) no-repeat;
            }

dl.submenu {
    width: auto;
    height: auto;
    text-align: center;
    z-index: 100;
    background-color: #1883BB;
    position: absolute;
    display: none;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

    dl.submenu dd {
        height: 40px;
        line-height: 40px;
        width: 150px;
        height: 40px;
        border-bottom: 1px solid #18838F;
        background: url(../images/menu.jpg);
    }


.wrap {
    width: 1200px;
    height: auto;
    padding: 12px 0 12px 0;
    margin: 0 auto;
    min-height: 490px;
}

.wrap-left {
    width: 818px;
    height: auto;
    float: left;
}



.wrap-left-header {
    width: auto;
    height: 256px;
}

.wrap-menu {
    width: 138px;
    height: 256px;
    background: #066293;
    float: left;
    padding: 0 10px 0 10px;
}

    .wrap-menu ul li {
        width: auto;
        height: 50px;
        border-bottom: 1px solid #1e739c;
    }

        .wrap-menu ul li.no_line {
            border: none;
        }

        .wrap-menu ul li a {
            display: block;
            width: auto;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            color: #fff;
            padding-left: 40px;
        }

            .wrap-menu ul li a.ico1 {
                background: url(../images/ico1.jpg) no-repeat 8px center;
            }

            .wrap-menu ul li a.ico2 {
                background: url(../images/ico2.jpg) no-repeat 8px center;
            }

            .wrap-menu ul li a.ico3 {
                background: url(../images/ico3.jpg) no-repeat 8px center;
            }

            .wrap-menu ul li a.ico4 {
                background: url(../images/ico4.jpg) no-repeat 8px center;
            }

            .wrap-menu ul li a.ico5 {
                background: url(../images/ico5.jpg) no-repeat 8px center;
            }



.banner {
    width: 648px;
    height: 256px;
    float: right;
}

.ban-img {
    width: 458px;
    height: 256px;
    float: left;
}

.ban-txt {
    width: 190px;
    height: 255px;
    float: left;
    background: #1883bb;
    padding-top: 1px;
}

    .ban-txt ul li {
        border-bottom: 1px solid #3090c2;
        width: auto;
        height: 50px;
        padding: 0px 1px;
    }

        .ban-txt ul li.no_line {
            border: none;
        }

        .ban-txt ul li a {
            display: block;
            width: auto;
            height: 46px;
            padding: 6px 10px 0 10px;
            cursor: pointer;
        }

.nav_onimg {
    background: #fff;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    color: #1883bb;
}

.nav_offimg {
    background: none;
    color: #fff;
}



.wrap-left-tab {
    width: auto;
    height: auto;
    padding-top: 12px;
}

.wrap-left-tab-tit {
    width: auto;
    height: 28px;
    background: url(../images/wrap-left-tab.jpg) repeat-x;
    border: 1px solid #ddd;
}

    .wrap-left-tab-tit ul li {
        width: auto;
        height: auto;
        float: left;
        border-right: 1px solid #ddd;
    }

        .wrap-left-tab-tit ul li a {
            display: block;
            width: auto;
            height: 28px;
            line-height: 28px;
            color: #666;
            padding: 0 20px 0 20px;
            cursor: pointer;
        }

.nav_on {
    background: url(../images/wrap-left-tab-cursel.jpg) repeat-x;
}



.wrap-left-tab-box {
    width: auto;
    height: 173px;
    border: 1px solid #ddd;
    border-top: none;
    background: url(../images/tab-bg.jpg) no-repeat center;
}

.tab-txt-box {
    width: 50%;
    height: 160px;
    float: left;
    padding-top: 13px;
}

    .tab-txt-box ul li {
        width: auto;
        height: 24px;
        line-height: 24px;
        text-align: right;
        color: #999;
        padding: 0 30px 0 30px;
        background: url(../images/icon.jpg) no-repeat 20px center;
        clear: both;
    }

        .tab-txt-box ul li a {
            float: left;
            color: #666;
        }



.wrap-left-news {
    width: auto;
    height: auto;
    /*padding-top: 12px;*/
}

.wrap-news-box {
    width: auto;
    height: 280px;
    padding-top: 13px;
    border: 1px solid #ddd;
    border-top: none;
}

.wrap-news-img {
    width: 262px;
    height: 160px;
    float: left;
    padding-left: 12px;
}
 
#show {
    width: 262px;
    height: 159px;
}

#kinMaxShow {
    width: 262px;
    height: 159px;
    visibility: hidden;
    overflow: hidden;
}

    #kinMaxShow p.title {
        position: absolute;
        left: 0;
        bottom: 0;
        text-indent: 10px;
        line-height: 30px;
        color: #FFF;
        display: block;
        width: 100%;
        height: 30px;
        font-family: 14px;
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000,endcolorstr=#aa000000);
        background: rgba(0,0,0,0.5);
    }





.wrap-news-txt {
    width: 496px;
    height: auto;
    float: right;
    padding-right: 24px;
}

    .wrap-news-txt ul li {
        width: auto;
        height: 30px;
        text-align: right;
        line-height: 30px;
        color: #999;
        background: url(../images/icon.jpg) no-repeat left center;
        padding-left: 12px;
    }

        .wrap-news-txt ul li a {
            float: left;
            color: #666;
        }





.wrap-left-adver {
    width: auto;
    height: auto;
    padding-top: 12px;
}





.wrap-left-topic {
    width: auto;
    height: auto;
    padding-top: 12px;
}

.topic-box {
    width: auto;
    height: 170px;
    border: 1px solid #ddd;
    border-top: none;
    padding-top: 13px;
    position: relative;
}



.bx_wrap a.prev {
    width: 29px;
    height: 127px;
    position: absolute;
    left: 10px;
    top: 20px;
    background: url(../images/topic-btn-left.jpg) no-repeat;
    font-size: 0;
}

.bx_wrap a.next {
    width: 29px;
    height: 127px;
    position: absolute;
    right: 10px;
    top: 20px;
    background: url(../images/topic-btn-right.jpg) no-repeat;
    font-size: 0;
}



.topic-btn a.left {
    background: url(../images/topic-btn-left.jpg) no-repeat center;
}

.topic-btn a.right {
    background: url(../images/topic-btn-right.jpg) no-repeat center;
}



.topic-list {
    width: 741px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

    .topic-list ul li {
        width: 225px;
        height: auto;
        float: left;
        padding: 0 11px 0 11px;
    }

        .topic-list ul li div {
            width: auto;
            height: auto;
            padding: 2px;
            border: 1px solid #ddd;
        }

        .topic-list ul li h1 {
            width: auto;
            height: auto;
            text-align: center;
            padding-top: 10px;
        }

            .topic-list ul li h1 a {
                color: #666;
                font-size: 12px;
                font-weight: 500;
            }







.wrap-right {
    width: 370px;
    height: auto;
    float: right;
}



.wrap-right-adver {
    width: auto;
    height: auto;
}

.wrap-right-adver2 {
    width: auto;
    height: auto;
    padding-top: 12px;
}

.wrap-box {
    width: auto;
    height: auto;
    padding-top: 12px;
}

.wrap-box-tit {
    width: auto;
    height: 30px;
    background: url(../images/wrap-box-tit.jpg) repeat-x;
    border-right: 1px solid #ddd;
}

    .wrap-box-tit a {
        float: right;
        width: 30px;
        height: 30px;
        background: url(../images/wrap-box-tit-more.jpg) no-repeat center;
    }

    .wrap-box-tit div {
        width: 98px;
        height: 30px;
        background: url(../images/wrap-box-tit-left.jpg) no-repeat;
        line-height: 30px;
        padding-left: 15px;
        color: #fff;
    }



.wrap-list {
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-top: none;
}

.rwap-1 {
    height: 329px;
}

.rwap-2 {
    height: 170px;
    padding-top: 13px;
}

.rwap-3 {
    height: 183px;
}





.wrap-box-img {
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 12px;
}

.wrap-box-txt {
    width: auto;
    height: auto;
    padding: 8px 14px 0 14px;
}

    .wrap-box-txt ul li {
        width: auto;
        height: 24px;
        line-height: 24px;
        background: url(../images/icon.jpg) no-repeat left center;
        padding-left: 15px;
    }

        .wrap-box-txt ul li a {
            color: #666;
        }



.wrap-box-hot {
    width: auto;
    height: auto;
    padding: 8px 14px 0 14px;
}

.wrap-box-hot-img {
    width: 80px;
    height: 90px;
    float: left;
}

.wrap-box-hot-txt {
    width: 150px;
    height: auto;
    float: right;
    color: #666;
}

    .wrap-box-hot-txt h1 {
        font-size: 14px;
        color: #333;
        padding-bottom: 10px;
    }











.links {
    width: 100%;
    height: auto;
    background: url(../images/links.jpg) repeat-x;
}

.links-box {
    width: 1200px;
    height: auto;
    min-height: 210px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.links-list {
    width: 25%;
    height: auto;
    float: left;
    padding-top: 20px;
}

    .links-list h1 {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .links-list ul li {
        padding: 5px 0 5px 0;
    }

        .links-list ul li a {
            font-size: 12px;
            color: #888;
        }

.links-list-right ul li {
    float: left;
    width: 100%;
}





.footer {
    width: 100%;
    height: 40px;
    border-top: 1px solid #ddd;
}

.footer-box {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #666;
}

.copy {
    float: left;
}

.record {
    float: right;
}

    .record a {
        display: inline-block;
        width: 1px;
        overflow: hidden;
        height: 1px;
    }







.nban {
    width: auto;
    height: 120px;
}

.ncon-box {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 10px 0 10px 0;
    background: url(../image/Admin/bg_LEFT.png) repeat-y left;
}

.nmenu {
    width: 200px;
    height: auto;
    background: #f7f7f7;
    float: left;
    padding: 10px 0 10px 0;
}

.nmenu-tit {
    width: auto;
    height: 40px;
    background: url(../images/nmenu-tit.jpg) no-repeat center;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

    .nmenu-tit a {
        color: #fff;
    }

.nmenu-list {
    width: auto;
    height: auto;
}

    .nmenu-list ul li {
        width: auto;
        height: 35px;
        padding-top: 5px;
        padding-left: 4px;
    }

        .nmenu-list ul li a {
            display: block;
            width: auto;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #666;
            font-size: 15px;
            padding-right: 4px;
            background: url(../images/nmenu.jpg) no-repeat center;
        }

            .nmenu-list ul li a:hover {
                background: url(../images/nmenu-cursel.jpg) no-repeat center;
                color: #fff;
            }

            .nmenu-list ul li a.cursel {
                background: url(../images/nmenu-cursel.jpg) no-repeat center;
                color: #fff;
            }







.ncon {
    width: 980px;
    height: auto;
    float: right;
}

.location {
    width: auto;
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
    color: #999;
    background: url(../images/location-home.jpg) no-repeat left center;
}

    .location a {
        color: #666;
    }

        .location a.home {
            padding-left: 24px;
        }

    .location span {
        padding: 0 10px 0 10px;
    }



.page {
    width: auto;
    height: 40px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: center;
}

    .page a, .page b {
        display: inline-block;
        width: auto;
        height: 22px;
        line-height: 22px;
        background: #fff;
        border: 1px solid #ddd;
        padding: 0 7px 0 7px;
        color: #666;
        margin: 0 2px 0 2px;
    }

        .page a:hover {
            background: #1883bb;
            border: 1px solid #1883bb;
            color: #fff;
        }

    .page b {
        background: #1883bb;
        border: 1px solid #1883bb;
        color: #fff;
    }



.about-con {
    width: auto;
    height: auto;
    padding: 20px 24px;
}

    .about-con h1 {
        height: 120px;
        line-height: 120px;
        background: url(../images/aboutlogo.jpg) no-repeat left center;
        padding-left: 130px;
        color: #333;
    }

    .about-con div {
        line-height: 24px;
        color: #666;
        font-size: 14px;
    }



.news-hot {
    width: auto;
    height: 130px;
    padding-top: 15px;
}

.news-hot-img {
    width: 158px;
    height: 113px;
    float: left;
    border: 1px solid #ddd;
}

.news-hot-txt {
    width: 705px;
    height: auto;
    float: right;
}

    .news-hot-txt h1 {
        padding-top: 2px;
    }

        .news-hot-txt h1 a {
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

    .news-hot-txt h2 {
        color: #999;
        padding: 8px 0 8px 0;
        font-weight: 500;
        font-size: 12px;
    }

    .news-hot-txt div {
        line-height: 22px;
        color: #666;
    }

.news-list {
    width: auto;
    height: auto;
    padding-bottom: 15px;
    margin-top: 10px;
}

    .news-list ul li {
        width: auto;
        height: 24px;
        line-height: 24px;
        text-align: right;
        color: #999;
        padding: 0 10px 0 10px;
        background: url(../images/list-icon.jpg) no-repeat left center;
    }

        .news-list ul li a {
            float: left;
            color: #666;
        }



.dynamic {
    width: auto;
    height: auto;
    padding: 24px;
}

.dynamic-tit {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.dynamic-txt {
    width: auto;
    height: auto;
    line-height: 22px;
    color: #666;
    font-size: 14px;
}

    .dynamic-txt a {
        color: #1883bb;
    }

.dynamic-box {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.dynamic-img {
    width: 262px;
    height: 159px;
    float: left;
}

.dynamic-list {
    width: 550px;
    height: auto;
    float: right;
}

    .dynamic-list ul li {
        width: auto;
        height: 23px;
        line-height: 23px;
        text-align: right;
        color: #999;
        padding-left: 15px;
        background: url(../images/icon.jpg) no-repeat left center;
    }

        .dynamic-list ul li a {
            float: left;
            color: #666;
        }





.vip {
    width: auto;
    height: auto;
    padding: 24px 24px 30px 24px;
    color: #666;
    font-size: 14px;
}


.unit {
    width: auto;
    height: auto;
    padding-top: 24px;
}

.unit-box {
    width: 254px;
    height: 58px;
    float: left;
    padding: 0 0 24px 24px;
}

    .unit-box table {
        background: #ddd;
    }

        .unit-box table tr td {
            background: #fff;
        }

            .unit-box table tr td div {
                padding: 0 10px 0 10px;
                color: #666;
                line-height: 18px;
            }



.honor {
    width: auto;
    height: auto;
    padding: 4px;
}

.honor-box {
    width: auto;
    height: 130px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.honor-img {
    width: 148px;
    height: 112px;
    float: left;
}

.honor-txt {
    width: 710px;
    height: 112px;
    float: right;
}

    .honor-txt h1 {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        padding-top: 5px;
    }

    .honor-txt h2 {
        font-size: 12px;
        color: #999;
        font-weight: 500;
        padding: 5px 0;
    }

    .honor-txt div {
        line-height: 20px;
        color: #666;
    }

    .honor-txt a {
        color: #666;
    }



.login2 {
    width: 514px;
    height: 278px;
    background: url(../images/login.jpg) repeat-x bottom;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 20px;
}

.login-tit {
    width: auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 18px;
}

    .login-tit ul li {
        width: auto;
        height: 50px;
        float: left;
        border-right: 1px solid #ddd;
    }

        .login-tit ul li a {
            display: block;
            width: auto;
            height: 50px;
            line-height: 50px;
            padding: 0 20px 0 20px;
            color: #666;
        }

            .login-tit ul li a:hover {
                background: url(../images/login-tabbg.jpg) repeat-x;
                color: #333;
            }

            .login-tit ul li a.hover {
                background: url(../images/login-tabbg.jpg) repeat-x;
                color: #333;
            }





.login-form {
    width: auto;
    height: 140px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

    .login-form ul li {
        width: auto;
        height: 40px;
    }

        .login-form ul li div {
            width: 150px;
            height: 32px;
            line-height: 32px;
            float: left;
            text-align: right;
            color: #666;
            padding-right: 5px;
        }

        .login-form ul li .input {
            float: left;
            height: 32px;
            background: #fff;
            border: 1px solid #ddd;
            line-height: 25px;
            padding-left: 5px;
            color: #666;
            border-radius: 5px;
        }

        .login-form ul li .input-val-error {
            border: 1px solid #F00;
        }

.login-inp {
    width: 180px;
}

.login-inp2 {
    width: 93px;
    margin-right: 5px;
}

.login-form ul li a {
    float: left;
    width: 78px;
    height: 32px;
    border: 1px solid #ddd;
}



.login-btn {
    width: auto;
    height: 40px;
    border-top: 1px solid #fff;
    padding-left: 155px;
    padding-top: 10px;
}

    .login-btn a {
        display: block;
        width: 100px;
        height: 32px;
        float: left;
        text-align: center;
        line-height: 32px;
        color: #666;
    }

        .login-btn a.blue {
            background: url(../images/vip-btn1.png) no-repeat;
            color: #fff;
        }

    .login-btn .blue {
        background: url(../images/vip-btn1.png) no-repeat;
        color: #fff;
        width: 100px;
        height: 32px;
        float: left;
        text-align: center;
        line-height: 32px;
        color: #666;
    }



.down-list {
    width: auto;
    height: auto;
    padding: 24px;
}

    .down-list ul li {
        width: auto;
        height: 30px;
    }

        .down-list ul li div {
            float: left;
            width: 30px;
            height: 20px;
            padding-top: 5px;
        }

        .down-list ul li a {
            width: auto;
            height: 30px;
            line-height: 30px;
            color: #666;
        }

        .down-list ul li span {
            float: right;
            display: inline-block;
            background: #ccc;
            padding: 0 8px 5px 8px;
            height: 20px;
            line-height: 20px;
            color: #fff;
            border-radius: 3px;
            margin-top: 3px;
        }

        .down-list ul li > a:hover {
            color: #1883bb;
        }

        .down-list ul li span:hover {
            background: #1883bb;
            color: #fff;
        }



.down-video {
    width: auto;
    height: auto;
    padding-top: 15px;
}

    .down-video ul li {
        width: 200px;
        height: 210px;
        float: left;
        padding-left: 15px;
    }

        .down-video ul li h1 {
            font-size: 14px;
            font-weight: 500;
            color: #666;
            text-align: center;
            padding-top: 10px;
        }



.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8);
}

.reveal-modal {
    visibility: hidden;
    top: 150px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    position: fixed;
    z-index: 101;
}



.vip-tab {
    width: auto;
    height: auto;
    padding-top: 24px;
}

.lication-box {
    width: 830px;
    height: auto;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0 auto;
}

.lication {
    width: auto;
    height: auto;
    border-bottom: 1px solid #ddd;
}



.lication1 {
    width: auto;
    height: 120px;
    border-bottom: 1px solid #ddd;
    clear: both;
}

    .lication1 ul li {
        width: auto;
        height: 40px;
        clear: both;
    }



.lica-tit1 {
    width: 65px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    float: left;
    color: #333;
}

.lica-tit2 {
    width: 45px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    float: left;
    color: #333;
}



.lica-inp1 {
    float: left;
    padding-top: 5px;
    width: 735px;
}

    .lica-inp1 input {
        width: 725px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }

    .lica-inp1 .input-val-error {
        width: 725px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }





.lica-inp2 {
    float: left;
    padding-top: 5px;
    width: 510px;
}

    .lica-inp2 input {
        width: 500px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        padding-left: 8px;
    }

    .lica-inp2 .input-val-error {
        width: 500px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        padding-left: 8px;
    }





.lica-inp3 {
    float: left;
    padding-top: 5px;
    width: 165px;
}

    .lica-inp3 input {
        width: 155px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        padding-left: 8px;
    }

    .lica-inp3 .input-val-error {
        width: 155px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        padding-left: 8px;
    }



.lication2 {
    width: auto;
    height: 320px;
    border-bottom: 1px solid #ddd;
    clear: both;
}

.lication2-left {
    width: 300px;
    height: 320px;
    float: left;
    border-right: 1px solid #ddd;
}

.lication2-left1 {
    width: 300px;
    height: 159px;
    border-bottom: 1px solid #ddd;
}

.lication2-left2 {
    width: 300px;
    height: 160px;
}

.lication2-right {
    width: 529px;
    height: 320px;
    float: left;
}

    .lication2-right ul li {
        width: auto;
        height: 40px;
        clear: both;
    }

.lica-tit3 {
    width: 100px;
    height: 150px;
    line-height: 160px;
    padding-left: 15px;
    float: left;
    color: #333;
}

.lica-inp4 {
    float: left;
    padding-top: 65px;
    width: 170px;
}

    .lica-inp4 input {
        width: 160px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }

    .lica-inp4 .input-val-error {
        width: 160px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }

.lica-inp5 {
    float: left;
    padding-top: 5px;
    width: 229px;
}

    .lica-inp5 input {
        width: 219px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }

    .lica-inp5 .input-val-error {
        width: 219px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }

.lica-inp6 {
    float: left;
    padding-top: 5px;
    width: 454px;
}

    .lica-inp6 input {
        width: 444px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }

    .lica-inp6 .input-val-error {
        width: 444px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        padding-left: 8px;
        color: #666;
    }





.lication3 {
    width: auto;
    height: 40px;
    border-bottom: 1px solid #ddd;
    clear: both;
}

.lica-inp7 {
    width: 725px;
    height: auto;
    float: left;
    padding-top: 12px;
}

    .lica-inp7 input {
        float: left;
    }

    .lica-inp7 span {
        float: left;
        padding: 0 20px 0 5px;
        color: #666;
        cursor: pointer;
    }



.lication4 {
    width: auto;
    height: auto;
    clear: both;
    border-bottom: 1px solid #ddd;
}

.lication5 {
    width: auto;
    height: auto;
    clear: both;
}

.lica-tit4 {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding-left: 15px;
}

.lica-inp8 {
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .lica-inp8 input {
        width: 790px;
        height: 28px;
        border: 1px solid #ddd;
        line-height: 28px;
        color: #666;
        padding-left: 8px;
    }

    .lica-inp8 textarea {
        width: 788px;
        height: 100px;
        max-width: 788px;
        border: 1px solid #ddd;
        padding: 5px;
        line-height: 20px;
        color: #666;
    }



    .lica-inp8 input.input-val-error {
        width: 790px;
        height: 28px;
        border: 1px solid red;
        line-height: 28px;
        color: #666;
        padding-left: 8px;
    }

    .lica-inp8 textarea.input-val-error {
        width: 788px;
        height: 100px;
        max-width: 788px;
        border: 1px solid red;
        padding: 5px;
        line-height: 20px;
        color: #666;
    }







.lication-btn {
    width: auto;
    height: 40px;
    background: #eee;
    padding-top: 10px;
    text-align: right;
}

    .lication-btn a {
        display: block;
        float: right;
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: #333;
        border-radius: 3px;
        margin-right: 10px;
    }



    .lication-btn input.blue {
        background: #1883bb;
        border: none;
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        border-radius: 3px;
        float: right;
        margin-right: 10px;
    }





.special {
    width: auto;
    height: auto;
    padding: 20px 0;
}

.special-box {
    width: 270px;
    height: 270px;
    background: url(../images/special.jpg) no-repeat center top;
    float: left;
    padding: 0 10px 10px 10px;
}

.special-img {
    width: 240px;
    height: 125px;
    margin: 0 auto;
    padding-top: 15px;
}

.special-tit {
    width: 240px;
    height: auto;
    margin: 0 auto;
    padding: 12px 0 8px 0;
}

    .special-tit a {
        font-size: 14px;
        color: #333;
    }

.special-txt {
    width: 240px;
    height: auto;
    line-height: 20px;
    color: #777;
    margin: 0 auto;
}


.linkpage ul li {
    width: 30%;
    padding: 0px 8px;
    line-height: 16px;
    height: 36px;
    float: left;
}

    .linkpage ul li a {
        color: #666;
    }

.design dl {
    position: relative;
    float: left;
    margin: 5px 0;
    border-bottom: 1px dashed #ccc;
}

    .design dl dt {
        font-weight: bold;
    }

    .design dl dd {
        width: 272px;
        margin: 5px 5px 0 0;
        height: 38px;
        float: left;
        line-height: 16px;
    }

.design a {
    color: #666;
}

.banner2 {
    width: 718px;
    height: 400px;
    position: relative;
    overflow: hidden;
 
}

    .banner2 .bd ul li .title {
        width: 100%;
        height: 35px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .banner2 .bd ul li img {
        width: 100%;
        height: 400px;
    }

    .banner2 .bd ul li .title span {
        display: block;
        width: 100%;
        height: 35px;
        background-color: #000;
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 0;
    }

    .banner2 .bd ul li .title p.tit {
        line-height: 35px;
        font-size: 13px;
        color: #fff;
        position: relative;
        z-index: 12;
        padding-left: 10px;
        width: 400px;
    }

    .banner2 .hd {
        position: absolute;
        right: 10px;
        bottom: 12px;
        z-index: 12;
        padding-left: 2px;
    }

        .banner2 .hd li {
            cursor: pointer;
            width: 11px;
            height: 11px;
            background: #d6cfcc;
            float: left;
            overflow: visible;
            margin-left: 12px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
            overflow: hidden;
            font-size: 0;
        }

            .banner2 .hd li.on {
                background: #c90030;
                z-index: 2;
                position: relative;
            }